home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Cracking / WDT_RAE_1_2b2_68k_sit.hqx / WDT Remote Admin 1.2b2 68k ƒ / WDTech RAE 1.2b2 Read Me < prev    next >
Text File  |  1998-10-30  |  9KB  |  151 lines

  1. WDTech Remote Admin Extension 1.2b2
  2. http://weedo.blackout.org
  3.  
  4. by WeeDo <weedo@bigfoot.com>
  5.  
  6.  
  7. Contents:
  8.  
  9. 1. WDTech Remote Admin Extension Description
  10. 2. How to use WDTech Admin Extension
  11. 3. How much does WDTech RAE cost?
  12. 4. Disclaimer
  13. 5. Closing Notes
  14. Annex A. Commands list and syntax examples
  15. Annex B. How to configure the WDTech RAE manually
  16.  
  17.  
  18. WDTech Remote Admin Extension Description
  19.  
  20. WDTech RAE allows you to control the computer on which it is installed and do basic file maintenance through TCP/IP using any Telnet terminal. WDTech RAE is an Extension that runs 100% in background so it doesn't annoy the users while it is running. 
  21.  
  22. Some of the features are deleting files, copying files, moving files, shutting down, restarting, browsing the computer, reading text files and data forks, fading down the screen, fading in the screen andejecting volumes. There are many more.
  23.  
  24.  
  25. How to use WDTech Admin Extension
  26.  
  27. WDTech is incredibly easy to use. Just put the Extension in your Macintosh's Extensions folder and restart. Whenever your computer is connected to the internet, you will be able to connect to your computer from anywhere in the world using a Telnet terminal client. (default telnet on windows machines is on c:\windows\telnet.exe).
  28.  
  29. If you connect to a default Extension, the default port is 550 and there is no default password, just press enter when you are prompted for password. It is NOT recommended to keep the default settings since this would allow any malicious user to access your computer. WDTech RA Config. allows you to change your WDTech Remote Admin Extension's port and password. Read the enclosed documentation (document called RA Config. contains Important Information).
  30.  
  31. When you log in to your computer, you will be prompted for a password. Once you have entered the password, wait for the 127.0.0.1> (or any other numbers, its the computer's IP address) prompt and type 'commands', this will display a list of available commands with WDTech Remote Admin.
  32.  
  33. As the default, WDTech Extension displays its name and the current date when a user first connects. You can change this to anything you like by putting a text file called 'login.msg', containing the text you want displayed at login time.
  34.  
  35.  
  36. How much does WDTech Remote Admin Extension cost?
  37.  
  38. WDTech RAE package is shareware. For a small 10$ US fee, you will receive the full version of the application and you will be notified as each updates becomes available and will receive them free of charge. Until the application is registered it will only allow you to connect one time only, until the computer is restarted.
  39.  
  40. To register WDTech RAE, send check  or money(*) by mail to:
  41.  
  42. Guillaume Belanger
  43. 1775 Du Manoir, Outremont
  44. Quebec, Canada
  45. H2V 1B7
  46.  
  47. Your mail must contain this information:
  48. -------------------------------------------------------
  49. 1. Your name
  50. 2. Your email address(**)
  51. 3. The version of the WDTech RAE (current version is 1.2b1, first public release)
  52. -------------------------------------------------------
  53.  
  54. (*) Sending cash through ordinary mail services  is not a smart thing to do and chances are the author would never receive it.
  55.  
  56. (**) An email address is necessary,  since it is the only way you can receive the application, serial number and software updates.
  57.  
  58.  
  59. DISCLAIMER
  60.  
  61. WD Technologies and/or the author are NOT responsible for any malicious use or misuse of this software. If you  use of this Extension wisely, your Macintosh should be secure, although the Extension, installed without your knowledge, would allow a remote user to access your computer. It is your job to make sure no malicious user has access to your computer.
  62.  
  63.  
  64. Closing Notes
  65.  
  66. WDTech Remote Admin Extension and WDTech RA Config. must be distributed in the ORIGINAL and UNTOUCHED package complete with its two documents. If your package is incomplete, please refer the location where you downloaded it to the author and we will send you a complete package. Distribute this package freely on non-lucrative shareware or underground archives. To distribute on commercial or lucrative archive, contact the author for a written permission.
  67.  
  68.  
  69. Commands list
  70.  
  71.  
  72. Command                                                                                                Description
  73. _______________________________________________________
  74. commands                                                 Shows a list of avaible commands.
  75. ls [<Directory Path>]                                    List the content of a directory.
  76. qls [<Directory Path>]                                      Quick list of the content of a directory.
  77. currdir                                                  Current directory.
  78. launch <File Path>                                       Launches an application/file.
  79. quit <File Path>                                         Quits an application.
  80. getinfo <File Path>                                      Gives informations about a file
  81. edit <File Path>[:<port>]                                Edits a text file or file data fork.
  82. del <File Path>                                          Deletes a certain file or folder.
  83. makedir <File Path>                                      Creates a folder.
  84. copy <File Path> to  [<New Path>]                        Copies a file (default is current dir).
  85. alias <File Path> to  [<Full Path>]                      Creates an alias (default is curr. dir).
  86. cat <file path>                                          Displays the Data Fork of a file.
  87. msg <message string>                                     Display a message on the user's computer.
  88. smsg <message string>                                    Full screen message on the user's computer.
  89. volumes                                                  Displays all mounted volumes.
  90. eject                                                    Ejects all ejectable volumes.
  91. ae <AppType> <AeType> <Creator>                          Sends an AppleEvent.
  92. restart                                                  Restarts the computer.
  93. shutdown                                                 Shuts down the computer.
  94. fadedown                                                 Fades the screen to black.
  95. fadeup                                                   Fades the screen back to normal.
  96. freeze                                                                                                                                                Freezes (Crashes) the computer.
  97. clear                                                    Clears the terminal screen.
  98. logout                                                   Leave WDTech Remote Admin.
  99.  
  100.  
  101. Commands Syntax
  102.  
  103. (127.0.0.1> represents the prompt and should not be typed.)
  104.  
  105. 127.0.0.1>ls Macintosh HD:documents:
  106. //This will list the 'Macintosh HD:documents:' folder.
  107.  
  108. 127.0.0.1>cd Macintosh HD:
  109. //This will bring you into the Macintosh HD: folder, type currdir to know where you are at any time.
  110.  
  111. 127.0.0.1>launch Macintosh HD:applications:SimpleText
  112. //This will launch the application or open the document found at Macintosh HD:applications:SimpleText, other commands which work with the same syntax are: quit, getinfo, cat, makedir and del.
  113.  
  114. 127.0.0.1>copy simpletext to Macintosh HD:documents:new text stuff:
  115. //If you are in the folder where the file named 'Simpletext' is, this command will copy 'SimpleText' to Macintosh HD:documents:. If you are not in SimpleText's folder either get in it using the cd command or type the full path of the file.
  116.  
  117. 127.0.0.1>msg Slow down on the downloads you're lagging the network!
  118. //Will display a mesage box with the given message.
  119.  
  120. 127.0.0.1>smsg Important meeting 3:30PM
  121. //Will set all the screen to black and display your message in big, easily viewable red characters.
  122.  
  123. 127.0.0.1>ae aevt ejct MACS
  124. //This sends the AppleEvents of type 'aevt', the data is 'eject' and the creator of the target is 'MACS' (the Finder).
  125.  
  126.  
  127. *IMPORTANT* 
  128.  
  129. - The Fadein and Fadeout commands do not work on powerbook macintoshes.
  130.  
  131. - You may get syntax errors sometimes due to a time-out lag.. if you are sure you have used the correct syntax, verify that the command has been executed (i.e. you created a directory, check if the directory was indeed created.) in most cases the commands will still work but you will get an annoying Syntax error message from time to time.
  132.  
  133.  
  134. How to configure the WDTech RAE manually
  135.  
  136. It may append that the WDTech RAE Config. application will not work and the interface will be left blank. Or maybe you just didn't have enough space to put both the extension and the config. app on a disk.. etc. So here is how to easily change your settings using any resource editor.
  137.  
  138. 1. Open your extension in ResEdit (or any other resource editor)
  139.  
  140. 2. Find the resource 'data' NOT 'DATA' be careful resources are case sensitive. If there is no 'data' resource, create one using Command-k.
  141.  
  142. 3. The 'data' resource with the ID #1 is your password, the second one, ID #2, is the extensions port. The third one, #3, will appear if you registered your extension and will contain the serial number used. If you need to create these resources, press command-k then get info on each resource to change their resource ID#.
  143.  
  144. 4. Now change any resources you wanted to change/create. Just type your data in the ASCII field (just make sure its typing what you type.. if its not you must be in the Hex field.). Remember if the resource dont have the correct ID, WDTech RAE will ignore them.
  145.  
  146. 5. Close and save changes, restart.
  147.  
  148.  
  149. WeeDo
  150. weedo@bigfoot.com
  151. http://weedo.blackout.org/